configuration / chassis0 / slots / [SLOT-ID] / [gps190] / module / ppo / ppo[ID]

CLI REST-API

timer

The submenu timer (Timer) contains the following:

Menus:
timer1 (Timer1)
timer2 (Timer2)
timer3 (Timer3)

Objects: none

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/ppo/ppo[ID]/timer/timer[ID]

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/ppo/ppo.*/timer
-d "{
  \"objects\": \"new-values\"
}"